mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-01 00:30:05 +01:00
4 lines
106 B
Go
4 lines
106 B
Go
|
// Package rand provides utilities for creating and working with random value
|
||
|
// generators.
|
||
|
package rand
|