stdlib: added package doc strings
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
@@ -1,16 +1,4 @@
|
||||
// Random generation utilities.
|
||||
//
|
||||
// Example:
|
||||
//
|
||||
// ```cue
|
||||
// str: random.#String & {
|
||||
// seed: "str"
|
||||
// length: 10
|
||||
// }
|
||||
// ```
|
||||
//
|
||||
//
|
||||
//
|
||||
// Random generation utilities
|
||||
package random
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user