Javascript

Javascript is understood in Less.
The backticks `...` are used to contain Javascript code.
.a {
   width: ~`Math.round(Math.random()*1024)+"PX".toLowerCase()`;
}

.a {
  width: 731px;
}