1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-08 06:32:28 +08:00

doc: update doc for new release

This commit is contained in:
dudaodong
2023-12-11 14:58:28 +08:00
parent a995db445a
commit 7dbd7002a3
4 changed files with 22 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ import (
- [RandLower](#RandLower)
- [RandNumeral](#RandNumeral)
- [RandNumeralOrLetter](#RandNumeralOrLetter)
- [RandSymbolChar](#RandSymbolChar)
- [UUIdV4](#UUIdV4)
- [RandUniqueIntSlice](#RandUniqueIntSlice)
- [RandFloat](#RandFloat)
@@ -303,7 +304,7 @@ func main() {
### <span id="RandFloat">RandFloat</span>
<p>生成随机float64数字可以指定范围和精度</p>
<p>生成随机float64数字可以指定范围和精度</p>
<b>函数签名:</b>