Skip to content

Commit a385938

Browse files
committed
Use keywords consistent with other Rand crates
1 parent a253a80 commit a385938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_xorshift/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://crates.io/crates/rand_isaac"
1010
description = """
1111
Xorshift random number generator
1212
"""
13-
keywords = ["rng"]
13+
keywords = ["random", "rng", "xorshift"]
1414
categories = ["algorithms", "no-std"]
1515

1616
[badges]

0 commit comments

Comments
 (0)