We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b417436 commit e0193f8Copy full SHA for e0193f8
csharp/ql/lib/experimental/quantum/Language.qll
@@ -145,8 +145,8 @@ class InsecureRandomnessSource extends RandomnessSource {
145
}
146
147
/**
148
- * An instance of random number generation, modelled as the expression
149
- * tied to an output node (i.e., the RNG output)
+ * An instance of random number generation, modeled as the expression tied to an
+ * output node (i.e., the RNG output)
150
*/
151
abstract class RandomnessInstance extends Crypto::RandomNumberGenerationInstance {
152
override DataFlow::Node getOutputNode() { result.asExpr() = this }
0 commit comments