We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c599b commit 367c463Copy full SHA for 367c463
pubpub.sh
@@ -16,6 +16,7 @@ rsync -Rrv ./ "$temp_pub_dir" \
16
--exclude="benchmark/" \
17
--exclude="reference/" \
18
--exclude="README.md" \
19
+ --exclude="analysis_options.yaml" \
20
--exclude=".github" \
21
--exclude="labuda/" \
22
--exclude="draft/" \
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: xrandom
2
-description: "All-purpose, rock-solid random number generators
3
- focused on the consistency and reproducibility"
+description: "Random number generators library focused on the consistency,
+ performance and reproducibility"
4
version: 0.6.0
5
homepage: https://github.com/rtmigo/xrandom
6
0 commit comments