import 'dart:math'; import 'dart:html'; void main() { int n; n=7.89.ceil(); double a; Random ran = new Random(); a=ran.nextDouble(); String str=a.toString(); var q=querySelector("#sample"); q.text=str; }